@charset "UTF-8";

@font-face {
	font-family: 'Gotham';
	src: url('fonts/GothamPro.ttf');
}


@font-face {
	font-family: 'GothamBold';
	src: url('fonts/Gotham-Bold.otf');
}

@font-face {
	font-family: 'GothamMedium';
	src: url('fonts/Gotham-Medium.otf');
}

@font-face {
	font-family: 'GothamLight';
	src: url('fonts/Gotham-Light.otf');
}

@font-face {
	font-family: 'GothamBook';
	src: url('fonts/Gotham-Book.otf');
}

* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Gotham,sans-serif;
	min-height: 100%;
	position: relative;
}

.page-container {
	position: relative;
	min-height: 100vh;
}

#container{
	min-height: 100%;
}

footer#footer{
	clear: both;
	position: absolute!important;
	bottom: 0!important;
	width: 100%;
	font-family: GothamLight,sans-serif;
	margin-top: 50px;
}


nav .my_header {
	height: 200px;
	background-image: url(logo.svg);
	background-position: 0 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 1!important;
}

nav.black{
	z-index: 1!important;
}

body {
	margin-left: auto;
	margin-right: auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}

.wrap{
	max-width: 1366px;
	margin: 0 auto;
}


.pb{
	padding-bottom: 250px!important;
}

.pb2{
	padding-bottom: 250px!important;
}

nav ul {
	float: right;
	margin-top: 77px;
	margin-right: 20px;
}

nav ul li {

	list-style-type: none;
	padding-left: 20px;
	text-align: right;
	display: inline-block;
}

nav ul li:not(:first-child) {
	margin-left: 48px;
}

/*nav ul li:last-child {*/
/*margin-right: 24px;*/
/*}*/


.mt30{
	margin-top: 70px!important;
}
nav ul li a {
	display: inline-block;
	outline: none;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1.2px;
	font-weight: 400;
}

nav ul li a:hover{
	color: #878686;
}
.nav-btn{
	/*transition: all .3s ease-in-out;*/
}

#formwrapper{
	padding-top: 60px;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
	max-width: 575px;
	width: 100%;
}

form{
	max-width: 575px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	background-color: #FFFFFF;
}

fieldset{
	background-color: #FFF;
	border:none;
	padding-bottom: 10px;
}

/*line-height adjusts leading*/
/*this styles contact*/
h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18pt;
	color: #000000;
	line-height: 30px;
}
/*this styles "have an inquiry"*/
h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #000000;
	font-weight: 400;
	line-height: 24px!important;
}






label{
	max-width: 250px;
	width: 100%;
	display:block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

input{
	max-width: 535px;
	line-height: 30px;
	border: thin solid #454545;
	margin-bottom: 10px;
	width: 100%;
}

textarea {
	max-width: 533px;
	width: 100%;
	border: thin solid #454545;
	margin-bottom: 10px;

}

.submit{
	width: 100px;
	height: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFF;
	font-weight: bold;
	background-color: #000;
	float: left;
}

.submit:hover{
	background-color: #606060;
	cursor: pointer;
}
h1 {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	font-size: 18pt;
	padding-left: 74px;

}

.find-me p{
	padding-right: 0!important;
	padding-top: 10px!important;
}

p{
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: 11pt;
	line-height: 21px;
	padding-left: 74px;
	padding-right: 74px;
	margin-top: 0px;

}
/*this styles "find me on" linkedin*/
/*.p2{*/
/*color: #000000;*/
/*position: relative;*/
/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
/*font-weight: 300;*/
/*font-size: 11pt;*/
/*line-height: 21px;*/
/*float: left;*/
/*top: 45px;*/
/*left: -180px;*/
/*padding-top: 0px;*/
/*padding-bottom: 0px;*/
/*}*/
.wrap2 h1{
	font-family: GothamBold,sans-serif;
	margin-bottom: 5px;
	margin-top: 70px;
}

.wrap2 h2, .wrap2 h3{
	padding-left: 74px;
	font-family: GothamBold,sans-serif;
}

.wrap2 h2{
	font-size: 20px;
	line-height: 32px;
	margin: 32px 0 8px 0;
}

.wrap2 h3{
	font-size: 18px;
	margin: 24px 0 8px 0;
	line-height: 28px;
}

.wrap2 h3 span{
	padding-left: 8px;
	font-family: GothamLight, sans-serif;
}

.wrap2 p{
	margin-top: 5px;
	font-family: GothamBook,sans-serif!important;
}

.wrap2 p:first-child{
	margin-top: 0!important;
}
/*this styles "continued" */
h4{
	color: #000000;
	position: relative;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	float: left;
	top: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*since my png was coming in too big at 300dpi & too small and pixelated when I saved for web, I scaled the image in dreamweaver by clicking on hamburger menu on image and typing in 25 for Height & Width*/
.linkedin{
	padding-left: 0px;
}

.linkedin a img{
	margin-left: 10px;
	margin-top: 8px;
}

.KmartBrandRedesign {
	height: 15050px;
	background-image: url("Projects/LargeViewForWeb/KmartBrandRedesign.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.KmartBrandRedesign2 {
	height: 19179px;
	background-image: url("Projects/LargeViewForWeb/KmartBrandRedesign2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.KmartBrandRedesign3 {
	height: 15900px;
	background-image: url("Projects/LargeViewForWeb/KmartBrandRedesign3.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}
.KmartBTSstyleGuide {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/KmartBTSstyleguide.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.KmartHalloweenStyleGuide {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/KmartHalloweenStyleGuide.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.Trackbuilder {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/Trackbuilder.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.fabfitfun {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/Fabfitfun.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.withthedogs {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/withthedogs!.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.barbiefeatureshop {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/BarbieFeatureShop.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.girlscouts {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/GirlScouts.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.enchantimals {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/Enchantimals.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.hotwheels {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/Hotwheels.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.btn {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/BTN.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.KmartCircularCovers {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/KmartCircularCovers.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.MeaningfulBeauty {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/MeaningfulBeauty.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.LandofNod {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/LandofNod.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

.EmmStageVisualLogo {
	height: 14500px;
	background-image: url("Projects/LargeViewForWeb/EmmStageVisual&Logo_v2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;

}

video {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 1800px;
	
}
.video-wrapper{
	position: relative;
	padding-bottom: 62.5%;
	top: 30px;
	height: 0px;
}

.video-wrapper video {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}

.col img {
	top: 500px;
	width: 100%;
	height: auto;
	display: block;
}

.col {
	width: 31.3%;
	float: left;
	margin: 1%;
}

.clear{
	clear: both!important;
}


/*the position of the link must be assigned to nav and class in separate css*/
.my-resume{
	float: left;
	display: block;
	padding-left: 54px;
	padding-top: 0px;
}

.my-resume nav ul{
	padding-top: 10px;
}

/*apply text link attributes to class and ul a in separate css*/
.my-resume ul li a {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
}

/*this changes color of the link on hover*/
.my-resume ul li a:hover{
	color:#838383;

}

#footer {
	min-height: 205px;
	width: 100%;
	background-image: url("footer/footer.svg");
	background-size: cover;
	background-repeat: no-repeat;
	clear: both;
	z-index: -1;

}



.footer-bg{
	position: relative;
}

#footer p{
	text-align: center;
	color: #ffffff;
	padding-top: 160px;
}

#footer p span {
	color: #b4b4b4;
}

@media (min-width: 1024px){
	.wrap2 p{
		margin-top: 10px;
		font-family: GothamBook,sans-serif!important;
	}
}
@media (min-width: 1200px){
	#footer{
		min-height: 310px;
	}
	#footer p{
		padding-top: 240px;
	}
	.linkedin a img {
		margin-left: 6px!important;
	}
}


#footer3 {
	background-image: url("Design/Homepage/footer/1366x768_Footer.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	height: 100px;
	margin-top: -100px;
	clear: both;

}
#footer2 {
	height: 14500px;
	background-image: url("Design/Homepage/footer/1366x768_Footer.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 475px;
	margin-top: -100px;
	position: relative;
	clear: both;


}



h5 {
	color: #FEFEFE;
	font-size: 8px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	padding-top: 220px;
	padding-left: 1000px;

}

.nav#resume{
	position: static;!important;
}



.content-title{
	font-weight: bold!important;
	font-family: GothamBold,sans-serif!important;
}

.emm{
	max-width: 270px;
	margin: 0 auto;
	line-height: 1.3em!important;
}


@media (min-width: 401px) and (max-width: 768px){

	.clear2{
		clear: both!important;
	}

	nav{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0px 0px;
		box-sizing: border-box;
		transition: .2s;
	}
	.nav#resume{
		position: static;!important;
	}
	#footer p{
		font-size: 7pt;
		padding-top: 160px;
	}

	nav .my-resume {
		display: none;
	}
	/*cant have a space between nav and .black to work!! Also padding can make logo move if you change px*/
	nav.black{
		background: rgba(0,0,0,.9);
		padding: 0px 0px;
	}


	#formwrapper{
		height: auto;
		background-color: #FFFFFF;
	}

	form{
		max-width: 670px;
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
	}

	fieldset{
		background-color: #FFF;
		border:none;
		padding-bottom: 10px;
	}
	h2{
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 18pt;
		color: #000000;
	}


	h3{
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 11pt;
		color: #000000;
		font-weight: 400;
	}

	.wrap2 h2, .wrap2 h3{
		padding: 0 38px;
		font-family: GothamBold,sans-serif;
	}

	.wrap2 p {
		padding: 0 38px;
	}
	label{
		max-width: 250px;
		width: 100%;
		display:block;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 11px;
		color: #000000;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
	}

	input{
		max-width: 670px;
		width: 100%;
		line-height: 30px;
		border: thin solid #454545;
		margin-bottom: 10px;
	}

	textarea {
		max-width: 670px;
		width: 100%;
		display: block;
		border: thin solid #454545;
		margin-bottom: 10px;

	}

	.submit{
		width: 100px;
		height: 30px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		color: #FFF;
		font-weight: bold;
		background-color: #000;
		float: left;
	}

	.submit:hover{
		background-color: #606060;
		cursor: pointer;
	}

	h1 {
		color: #000000;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 600;
		font-size: 18pt;
		padding-left: 38px;

	}

	p{
		color: #000000;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 300;
		font-size: 11pt;
		line-height: 21px;
		padding-left: 16px;
		padding-right: 16px;
		margin-top: 0px;
	}

	p2{
		color: #000000;
		position: relative;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 300;
		font-size: 11pt;
		line-height: 21px;
		float: left;
		top: 30px;
		left: 40px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	/*since my png was coming in too big at 300dpi & too small and pixelated when I saved for web, I scaled the image in dreamweaver by clicking on hamburger menu on image and typing in 25 for Height & Width*/
	.linkedin{
		/*padding-top: 129px;*/
		padding-left: 80px;
	}

	/*add padding to main to push all .col down since they are all within main */
	main {
		padding-top: 40px;

	}
	.col {
		width: 48%;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		/*height: 100%;*/
		z-index: -1;
		background: #000;
		opacity: 0;
		transition: all 0.2s ease;
	}

	.nav-wrapper ul {
		position: absolute;
		top: 38%;
		transform: translateY(-40%);
		transform: translateX(-3%);
		width: 100%;
	}

	.nav-wrapper ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.nav-wrapper ul li:nth-child(1) a {
		transition-delay: 0.2s;
	}

	.nav-wrapper ul li:nth-child(2) a {
		transition-delay: 0.3s;
	}

	.nav-wrapper ul li:nth-child(3) a {
		transition-delay: 0.4s;
	}

	.nav-wrapper ul li:nth-child(4) a {
		transition-delay: 0.5s;
	}

	.nav-wrapper ul li:not(:first-child) {
		margin-left: 0;
	}

	.nav-wrapper ul li a {
		padding: 10px 24px;
		opacity: 0;
		color: #FFF;
		font-family: GothamBold,sans-serif;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1.2px;
		transform: translateX(-20px);
		transition: all 0.2s ease;
	}
	/*.nav-btn is my hamburger button* adjust the position from the top with top: 31px */
	.nav-btn {
		position: fixed;
		right: 20px;
		top: 31px;
		display: block;
		width: 48px;
		height: 48px;
		cursor: pointer;
		z-index: 9999;
		border-radius: 50%;
	}
	/*where to change the hamburger button color, size, and position*/
	.nav-btn i {
		display: block;
		width: 20px;
		height: 2px;
		background: #000000;
		border-radius: 2px;
		margin-left: 14px;
	}
	/*below changes the color of my hamburger menu when black sticky header appears behind*/
	nav.black .nav-btn i{
		background: #FFFFFF;
	}

	.nav-btn i:nth-child(1) {
		margin-top: 16px;
	}

	.nav-btn i:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}

	.nav-btn i:nth-child(3) {
		margin-top: 4px;
	}
}

p.resume{
	font-size: 11.5pt;
}


/*TABLET*/
@media (min-width: 568px) and (max-width: 769px) {
	/*you have to go back to original file to change size and position of background image (my logo)x*/
	nav .my_header {
		background-image: url("table_logo.svg");
		background-position: 30px 35px;
		background-size: auto 50px;
	}
	/*this swaps out my logo for a reversed logo on scroll*/
	nav.black .my_header{
		background-image: url("tablet_logo_white.svg");
		background-position: 30px 35px;
		background-size: auto 50px;
	}
}

@media (min-width: 401px) and (max-width: 568px){
	/*you have to go back to original file to change size and position of background image (my logo)x*/
	nav .my_header {
		background-image: url("table_logo.svg");
		background-position: 10px 18px;
		background-size: auto 30px;
	}
	/*this swaps out my logo for a reversed logo on scroll*/
	nav.black .my_header{
		background-image: url("tablet_logo_white.svg");
		background-position: 10px 18px;
		background-size: auto 30px;
	}
}


.height100{
	height: 100%!important;
}

#nav:checked + .nav-btn {
	transform: rotate(45deg);
}
/*this is where you change hamburger button color to white once clicked*/
#nav:checked + .nav-btn i {
	background: #FFFFFF;
	transition: transform 0.2s ease;
}

#nav:checked + .nav-btn i:nth-child(1) {
	transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-btn i:nth-child(2) {
	opacity: 0;
}

#nav:checked + .nav-btn i:nth-child(3) {
	transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-wrapper {
	z-index: 9990;
	opacity: 1;
}

#nav:checked ~ .nav-wrapper ul li a {
	opacity: 1;
	transform: translateX(0);
}

.hidden {
	display: none;
}

/*the position of the link must be assigned to nav and class in separate css*/
nav .my-resume {
	float: left;
	padding-left: 18px;
	padding-top: 0px;
}






/*MOBILE*/
@media (max-width:400px){

	nav{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 132px;
		padding: 0px 0px;
		box-sizing: border-box;
		transition: .2s;
	}

	/*cant have a space between nav and .black to work!! Also padding can make logo move if you change px*/
	/*the height is for the black sticky box*/
	nav.black{
		background: rgba(0,0,0,.9);
		padding: 0px 0px;
	}
	/*you have to go back to original file to change size and position of background image (my logo)x*/
	nav .my_header {
		background-image: url(Home_400x768_mobile.svg);
		background-repeat: no-repeat;
		background-position: 0px 5px;
		background-size: auto 80px;
	}
	/*this swaps out my logo for a reversed logo on scroll*/
	nav.black .my_header{
		background-image: url("Home_400x768_mobile_reversedOutLogo.svg");
	}

	#formwrapper{
		height: auto;
		background-color: #FFFFFF;
	}

	.wrap2 h3, h2, p{
		padding: 0 33px!important;
	}

	.wrap2 h2{
		font-size: 12pt;
	}

	.wrap2 h3 {
		font-size: 10pt;
	}

	.wrap2 h3 span {
		padding-left: 0px;}

	form{
		max-width: 535px;
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
	}

	fieldset{
		background-color: #FFF;
		border:none;
		padding-bottom: 10px;
	}
	h2{
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 18pt;
		color: #000000;
	}

	h3{
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 13px;
		color: #000000;
		font-weight: 400;
	}

	label{
		max-width: 250px;
		width: 100%;
		display:block;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 11px;
		color: #000000;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
	}

	input{
		width: 100%;
		max-width: 535px;
		line-height: 30px;
		border: thin solid #454545;
		margin-bottom: 10px;
	}

	textarea {
		max-width: 533px;
		width: 100%;
		border: thin solid #454545;
		margin-bottom: 10px;

	}

	.submit{
		width: 100px;
		height: 30px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		color: #FFF;
		font-weight: bold;
		background-color: #000;
		float: left;
	}



	.submit:hover{
		background-color: #606060;
		cursor: pointer;
	}

	h1 {
		color: #000000;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 600;
		font-size: 14pt;
		padding-left: 33px;
		padding-right: 44px;

	}

	p{
		color: #000000;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 300;
		font-size: 10pt;
		line-height: 20px;
		padding-left: 33px;
		margin-top: 0px;
		padding-right: 44px;

	}

	.top-paragraph p{
		font-size: 18px!important;
		line-height: 28px!important;
		margin-top: 100px!important;
	}

	p2{
		color: #000000;
		position: relative;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 300;
		font-size: 11pt;
		line-height: 21px;
		float: left;
		top: 130px;
		left: 33px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	/*since my png was coming in too big at 300dpi & too small and pixelated when I saved for web, I scaled the image in dreamweaver by clicking on hamburger menu on image and typing in 25 for Height & Width*/
	.linkedin{
		padding-left: 70px;
	}

	/*add padding to main to push all .col down since they are all within main */
	main {
		padding-top: 32px;

	}
	.col {
		width: 98%;
	}
	/*.nav-wrapper is my black background behind white links that animate in*/
	.nav-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: -1;
		background: #000;
		opacity: 0;
		transition: all 0.2s ease;
	}
	/*change top% and trandformX to adjust positioning of links on black background*/
	.nav-wrapper ul {
		position: absolute;
		top: 35%;
		transform: translateY(-40%);
		transform: translateX(-4%);
		width: 100%;
	}

	.nav-wrapper ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.nav-wrapper ul li:nth-child(1) a {
		transition-delay: 0.2s;
	}

	.nav-wrapper ul li:nth-child(2) a {
		transition-delay: 0.3s;
	}

	.nav-wrapper ul li:nth-child(3) a {
		transition-delay: 0.4s;
	}

	.nav-wrapper ul li:nth-child(4) a {
		transition-delay: 0.5s;
	}

	.nav-wrapper ul li:not(:first-child) {
		margin-left: 0;
	}

	.nav-wrapper ul li a {
		padding: 10px 24px;
		opacity: 0;
		color: #FFF;
		font-family: GothamBold,sans-serif;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1.2px;
		transform: translateX(-20px);
		transition: all 0.2s ease;
	}
	/*.nav-btn is my hamburger button* adjust the position from the top with top: 31px*/
	.nav-btn {
		position: fixed;
		right: 20px;
		display: block;
		width: 48px;
		height: 48px;
		cursor: pointer;
		z-index: 9999;
		border-radius: 50%;
	}
	/*where to change the hamburger button color, size, and position*/
	.nav-btn i {
		display: block;
		width: 20px;
		height: 2px;
		background: #000000;
		border-radius: 2px;
		margin-left: 14px;
	}
	/*below changes the color of my hamburger menu when black sticky header appears behind*/
	nav.black .nav-btn i{
		background: #FFFFFF;
	}

	.nav-btn i:nth-child(1) {
		margin-top: 16px;
	}

	.nav-btn i:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}

	.nav-btn i:nth-child(3) {
		margin-top: 4px;
	}
}

#nav:checked + .nav-btn {
	transform: rotate(45deg);
}
/*this is where you change hamburger button color to white once clicked*/
#nav:checked + .nav-btn i {
	background: #FFFFFF;
	transition: transform 0.2s ease;
}

#nav:checked + .nav-btn i:nth-child(1) {
	transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-btn i:nth-child(2) {
	opacity: 0;
}

#nav:checked + .nav-btn i:nth-child(3) {
	transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-wrapper {
	z-index: 9990;
	opacity: 1;
}

#nav:checked ~ .nav-wrapper ul li a {
	opacity: 1;
	transform: translateX(0);
}

.hidden {
	display: none;
}

.d-none{
	display: none;!important;
}

.find-me{
	margin-top: 10px;
}

.mr-24px{
	margin-right: 24px!important;
}




@media (max-width: 680px){
	.wrap2 h1 {
		margin-top: 90px;
	}
}


@media (max-width: 740px){
	.nav-btn {
		top: 30px;
	}
	nav.black{
		height: 116px!important;
	}
}

@media (max-width: 720px){
	.nav-btn {
		top: 28px;
	}
	nav.black{
		height: 112px!important;
	}
}

@media (max-width: 700px){
	.nav-btn {
		top: 26px;
	}
	nav.black{
		height: 110px!important;
	}
}

@media (max-width: 680px){
	.nav-btn {
		top: 24px;
	}
	nav.black{
		height: 106px!important;
	}
}

@media (max-width: 660px){
	.nav-btn {
		top: 22px;
	}
	nav.black{
		height: 102px!important;
	}
}

@media (max-width: 640px){
	.nav-btn {
		top: 20px;
	}
	nav.black{
		height: 98px!important;
	}
}

@media (max-width: 620px){
	.nav-btn {
		top: 18px;
	}
	nav.black{
		height: 94px!important;
	}
}

@media (max-width: 600px){
	.nav-btn {
		top: 16px;
	}
	nav.black{
		height: 88px!important;
	}
}

@media (max-width: 580px){
	.nav-btn {
		top: 14px;
	}
	nav.black{
		height: 84px!important;
	}
}

@media (max-width: 560px){
	.nav-btn {
		top: 12px;
	}
	nav.black{
		height: 80px!important;
	}
}

@media (max-width: 540px){
	.nav-btn {
		top: 10px;
	}
	nav.black{
		height: 76px!important;
	}
}

@media (max-width: 520px){
	.nav-btn {
		top: 8px;
	}
	nav.black{
		height: 72px!important;
	}
}

@media (max-width: 500px){
	.nav-btn {
		top: 5px;
	}
	nav.black{
		height: 68px!important;
	}
}

@media (max-width: 400px){
	.nav-btn {
		top: 20px;
	}
	nav.black{
		height: 92px!important;
	}
}

@media (max-width: 380px){
	.nav-btn {
		top: 18px;
	}
	nav.black{
		height: 88px!important;
	}
}

@media (max-width: 360px){
	.nav-btn {
		top: 16px;
	}
	nav.black{
		height: 84px!important;
	}
}

@media (max-width: 340px){
	.nav-btn {
		top: 14px;
	}
	nav.black{
		height: 80px!important;
	}
}

@media (max-width: 320px){
	.nav-btn {
		top: 11px;
	}
	nav.black{
		height: 76px!important;
	}
}

@media (max-width: 300px){
	.nav-btn {
		top: 9px;
	}
	nav.black{
		height: 72px!important;
	}
}

@media (max-width: 280px){
	.nav-btn {
		top: 7px;
	}
	nav.black{
		height: 68px!important;
	}
}

@media (max-width: 260px){
	.nav-btn {
		top: 5px;
	}
	nav.black{
		height: 64px!important;
	}
}

@media (max-width: 240px){
	.nav-btn {
		top: 3px;
	}
	nav.black{
		height: 60px!important;
	}
}

@media (max-width: 240px){
	.nav-btn {
		top: 1px;
	}
	nav.black{
		height: 56px!important;
	}
}

@media (max-width: 220px){
	.nav-btn {
		top: -1px;
	}
	nav.black{
		height: 52px!important;
	}
}

@media (max-width: 200px){
	.nav-btn {
		top: -3px;
	}
	nav.black{
		height: 48px!important;
	}
}

@media (max-width: 180px){
	.nav-btn {
		top: -5px;
	}
	nav.black{
		height: 44px!important;
	}
}

footer {
	clear: both!important;
	position: absolute!important;
	left: 0;
	bottom: 0!important;
	height: auto;
	width: 100%;
}

.content {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.zindex{
	z-index: -1!important;
}

.content .content-overlay {
	background: rgba(0,0,0,0.85);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
	opacity: 1;
}

.content-image{
	width: 100%;
}

.content-details {
	position: absolute;
	padding: 20px 0;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
	letter-spacing: 0.08em;
}

.content:hover .content-details h3{
	/*top: 50%;*/
	/*margin-top: 60%!important;*/
	left: 50%;
	opacity: 1;
	letter-spacing: 0.08em;
}


.content-details h3{
	/*top: 20%!important;*/
	color: #fff;
	padding: 0 10px;
	letter-spacing: 0;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: bold!important;
	font-family: GothamMedium,sans-serif!important;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari and Chrome */
}


.content-details p{
	color: #fff;
	font-family: GothamLight,sans-serif!important;
	padding: 0 10px;
	font-size: 1.2em;
}

.fadeIn-bottom{
	top: 50%;
}

.fadeIn-top{
	top: 20%;
}

.fadeIn-left{
	left: 20%;
}

.fadeIn-right{
	left: 80%;
}

.img img{
	display: block;
	margin: 40px auto 0 auto; /* Centred */
	width: 100%;
	max-width: 1800px;
}

.img-no-top-margin img {
  	display: block;
  	margin: 0 auto;
	width: 100%;
	max-width: 1800px;
}

.wrap2{
	max-width: 1800px;
	margin: 0 auto;
}


@media (max-width: 400px) {

	#footer p {
		font-size: 7pt;
		padding-top: 160px;
	}
}


.about h1{
	margin-top: 10px;
	font-family: GothamBold,sans-serif;
}


.about p{
	font-family: GothamBook,sans-serif!important;
	margin-top: 10px;
}

.mt0{
	margin-top: 5px!important;
}

.resume{
	margin-top: 40px!important;
	font-family: GothamBold,sans-serif;
}
.resume a{
	font-weight: bold;
	color: #000000;
	font-family: GothamBold,sans-serif;
	text-decoration: none;
}

.resume a:hover{
	color: #494949;
}



.p2, .contact-form h2{
	font-family: GothamBold,sans-serif!important;
	margin-bottom: 3px;
}

.contact-form{
	margin-left: 50px;
}

.contact-form h3, .contact-form label{
	font-family: GothamBook,sans-serif;
}

.mb10{
	margin-bottom: 10px!important;
}



.mt10{
	margin-top: 22px!important;
}

@media (max-width: 680px) {
	h3.sp{
		max-width: 230px;
	}


}

@media (max-width: 468px) {
	.pb {
		padding-bottom: 200px !important;
	}

	.mt30 {
		margin-top: 0 !important;
	}
	.about{

		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.about h1 {
		margin-top: 20px;
	}
}


@media (max-width: 768px) {
	.mr-24px{
		margin-right: 0!important;
	}

	.my-resume {
		display: none!important;
	}
	.d-none{
		display: block;!important;
	}
	.wrapper-main{
		padding: 0 25px;
	}
	nav .my_header {
		height: 120px;
	}
	.wrap2 p {
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.pb{
		padding-bottom: 200px!important;
	}
	.contact-form h2{
		font-size: 14pt!important;
	}
	.contact-form{
		margin: 20px 5px 0 5px!important;
	}
	.pb2{
		padding-bottom: 150px!important;
		padding-top: 64px;
	}
	.about{
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.vh{
		min-height: 94vh!important;
	}

	.contact-form h3{
		line-height: 18px!important;
		margin-top: 5px;
	}
	.top-paragraph p{
		font-size: 18px!important;
		line-height: 30px!important;
		margin-top: 120px;
		padding: 0 32px;
		margin-bottom: 0px!important;
	}

}

.top-paragraph p{
	font-family: GothamMedium, sans-serif;
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 40px;
	color: #000000;
}

.container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.column {
	flex: 1;
	padding: 15px;
}

.left{
	max-width: 460px;
}

.left img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
	}
}

.column img{
	max-width: 460px;
}

.left img{
	width: 100%;
}

.right h1, .right p{
	margin: 0;
	padding: 0;
}

